home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1535 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: Norway.EU.net!usenet
  2. From: terjepe@login.eunet.no (Terje Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: sas c++ and standard libraries
  5. Date: 20 Jan 1996 15:36:20 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <892.6593T765T2606@login.eunet.no>
  8. NNTP-Posting-Host: pc1.sandvika-pm2-1.eunet.no
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  10.  
  11.  
  12. Hi!
  13.  
  14. A couple of days ago I tried to compile the c++ source to pstoedit with sas and after
  15. a bit of fiddling around with it I ended up making it compile, but the linker reported
  16. that it couldn't find entries like:
  17.  
  18. @strstr__FPCcPCc         File 'drvTGIF.o'
  19. @strncpy__FPcPCcUi       File 'drvbase.o'
  20. @strchr__FPCci           File 'lex.yy.o'
  21. @__builtin_strcpy__FPcPCc File 'lex.yy.o'
  22. @__builtin_strlen__FPCc  File 'lex.yy.o'
  23. @__builtin_strcmp__FPCcPCc File 'drvFIG.o'
  24.  
  25. They do look like standard string functions, but apparently the linker
  26. can't find them. And setting param to stack doesn't seem to help.
  27.  
  28. I guess it is apparent that I haven't compiled much c++ source, but I
  29. had to start sometime..
  30.  
  31. It compiles fine with gcc though (and available on my homepage:
  32. http://login.eunet.no/~terjepe) and makes you able to convert postscript files
  33. to editable xfig files.
  34.  
  35. Any clues, anyone?
  36.  
  37. TP
  38.  
  39.